vendor/golang.org/x/net/http2/hpack.headerFieldTable.byName (field)

7 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		static_table.go#L8: 	byName: map[string]uint64{
		tables.go#L34: 	byName map[string]uint64
		tables.go#L46: 	t.byName = make(map[string]uint64)
		tables.go#L58: 	t.byName[f.Name] = id
		tables.go#L71: 		if t.byName[f.Name] == id {
		tables.go#L72: 			delete(t.byName, f.Name)
		tables.go#L108: 	if id := t.byName[f.Name]; id != 0 {